-
Buildozer crashes everytime i add the gradledepencies not sure if I have the correct format, this is the error : …
- 406 views
- 0 answers
- 0 votes
-
Issue I’m writing an app that’ll work as a timesheet. I made multiple changes then compiled, and got this error. …
- 530 views
- 0 answers
- 0 votes
-
I’m creating a java with Gradle, and I can’t use it in an app because of error when accessing it …
- 384 views
- 0 answers
- 0 votes
-
I want to run a gradle build inside a container, then execute the jar with its config file and server …
- 376 views
- 1 answers
- 0 votes
-
I have a rest server written in java and using gradle as it build system. In one my class I …
- 357 views
- 2 answers
- 0 votes
-
A dependency "com:datasource" is set in build.gradle in project A and is downloaded from a repo compile("com:datasource") How to tell …
- 350 views
- 0 answers
- 0 votes
-
I am fairly new to java I have a requirement where I need to build a jar file. This jar …
- 413 views
- 1 answers
- 0 votes
-
I have a Spring-boot Application that hove compiled about 4 months ago with this dependencies: Spring-boot 1.3.5, Java 8, Gradle …
- 390 views
- 0 answers
- 0 votes
-
I am trying to build simple hello world spring-boot project with gradle and groovy. When I run ‘gradle clean build’, …
- 0 views
- 2 answers
- 0 votes
-
I have a TestFixture module that contains shared Test dependencies for different modules in my application. However, this module is …
- 364 views
- 1 answers
- 0 votes